'Declaration Public Overloads Sub Pack( _
ByVal streamStream to pack the image file.As System.IO.Stream _
)
public void Pack(
System.IO.Stream stream
)
public: void Pack(
System.IO.Stream* stream
)
public:
void Pack(
System.IO.Stream^ stream
)
Parameters
- stream
- Stream to pack the image file.